home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2003 #8
/
K-CD-8-2003.ISO
/
Eraser
/
EraserSetup.exe
/
{app}
/
Examples
/
Delphi
/
Eraser.dpr
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-08-04
|
220 b
|
13 lines
Program Project1;
uses
Forms,
eraserdll in 'eraserdll.pas',
form1 in 'form1.pas' {Form1Cls};
begin
Application.Initialize;
Application.CreateForm( TForm1Cls, Form1Cls);
Application.Run;
end.